TrialException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException
public class TrialException extends RuntimeException
This is raised in Scene.Open/Scene.Save when no licenses are applied. You can turn off this exception by setting SuppressTrialException to true.
Constructors
Constructor | Description |
---|---|
TrialException(String msg) | Constructor of TrialException |
TrialException() | Constructor of TrialException |
Methods
Method | Description |
---|---|
addSuppressed(Throwable arg0) | |
equals(Object arg0) | |
fillInStackTrace() | |
getCause() | |
getClass() | |
getLocalizedMessage() | |
getMessage() | |
getStackTrace() | |
getSuppressTrialException() | Sets this to true to suppress trial exception for unlicensed usage, but the restrictions will not be lifted. |
getSuppressed() | |
hashCode() | |
initCause(Throwable arg0) | |
notify() | |
notifyAll() | |
printStackTrace() | |
printStackTrace(PrintStream arg0) | |
printStackTrace(PrintWriter arg0) | |
setStackTrace(StackTraceElement[] arg0) | |
setSuppressTrialException(boolean value) | Sets this to true to suppress trial exception for unlicensed usage, but the restrictions will not be lifted. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
TrialException(String msg)
public TrialException(String msg)
Constructor of TrialException
Parameters:
Parameter | Type | Description |
---|---|---|
msg | java.lang.String |
TrialException()
public TrialException()
Constructor of TrialException
addSuppressed(Throwable arg0)
public final synchronized void addSuppressed(Throwable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Throwable |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
fillInStackTrace()
public synchronized Throwable fillInStackTrace()
Returns: java.lang.Throwable
getCause()
public synchronized Throwable getCause()
Returns: java.lang.Throwable
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLocalizedMessage()
public String getLocalizedMessage()
Returns: java.lang.String
getMessage()
public String getMessage()
Returns: java.lang.String
getStackTrace()
public StackTraceElement[] getStackTrace()
Returns: java.lang.StackTraceElement[]
getSuppressTrialException()
public static boolean getSuppressTrialException()
Sets this to true to suppress trial exception for unlicensed usage, but the restrictions will not be lifted. In order to lift the restrictions, please use a proper license. And sets this to true also means you’re aware of the unlicensed restrictions.
Returns: boolean
getSuppressed()
public final synchronized Throwable[] getSuppressed()
Returns: java.lang.Throwable[]
hashCode()
public native int hashCode()
Returns: int
initCause(Throwable arg0)
public synchronized Throwable initCause(Throwable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Throwable |
Returns: java.lang.Throwable
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
printStackTrace()
public void printStackTrace()
printStackTrace(PrintStream arg0)
public void printStackTrace(PrintStream arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.io.PrintStream |
printStackTrace(PrintWriter arg0)
public void printStackTrace(PrintWriter arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.io.PrintWriter |
setStackTrace(StackTraceElement[] arg0)
public void setStackTrace(StackTraceElement[] arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.StackTraceElement[] |
setSuppressTrialException(boolean value)
public static void setSuppressTrialException(boolean value)
Sets this to true to suppress trial exception for unlicensed usage, but the restrictions will not be lifted. In order to lift the restrictions, please use a proper license. And sets this to true also means you’re aware of the unlicensed restrictions.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | New value |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |