com.ibm.itim.script
Class ScriptCompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.exception.ITIMException
              extended by com.ibm.itim.script.ScriptException
                  extended by com.ibm.itim.script.ScriptCompilationException
All Implemented Interfaces:
java.io.Serializable

public class ScriptCompilationException
extends ScriptException

Since:
ITIM 5.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.itim.script.ScriptException
CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS, ENCRYPTION_DECRYPTION_ERROR, EVAL_ERROR, ILLEGAL_STATE_EXCEPTION_DIROBJECT_NULL, INVALID_CONTEXT, INVALID_JSOBJECT, INVALID_SCOPE_VALUE, JAVA_OBJECT_CREATION_ERROR, PROFILE_MISSING, SCOPE_NOT_INT, SCRIPT_OBJECT_CREATION_ERROR, UNSUPPORTED_CONVERSION, USER_TRIGGERED_EVAL_ERROR
 
Constructor Summary
ScriptCompilationException(java.lang.String msg)
           
ScriptCompilationException(java.lang.String msg, java.lang.Object[] tokenValues)
           
ScriptCompilationException(java.lang.String msg, java.lang.Object[] tokenValues, java.lang.Throwable throwable)
           
ScriptCompilationException(java.lang.String msg, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class com.ibm.itim.script.ScriptException
isUserTriggered, setUserTriggered
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptCompilationException

public ScriptCompilationException(java.lang.String msg,
                                  java.lang.Object[] tokenValues)
Parameters:
msg -
tokenValues -

ScriptCompilationException

public ScriptCompilationException(java.lang.String msg,
                                  java.lang.Object[] tokenValues,
                                  java.lang.Throwable throwable)
Parameters:
msg -
tokenValues -
throwable -

ScriptCompilationException

public ScriptCompilationException(java.lang.String msg,
                                  java.lang.Throwable throwable)
Parameters:
msg -
throwable -

ScriptCompilationException

public ScriptCompilationException(java.lang.String msg)
Parameters:
msg -


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.