TrialException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException
public class TrialException extends RuntimeException
Questo viene generato in Scene.Open/Scene.Save quando non sono applicate licenze. È possibile disattivare questa eccezione impostando SuppressTrialException su true.
Costruttori
| Costruttore | Descrizione |
|---|---|
| TrialException(String msg) | Costruttore di TrialException |
| TrialException() | Costruttore di TrialException |
Metodi
| Metodo | Descrizione |
|---|---|
| addSuppressed(Throwable arg0) | |
| equals(Object arg0) | |
| fillInStackTrace() | |
| getCause() | |
| getClass() | |
| getLocalizedMessage() | |
| getMessage() | |
| getStackTrace() | |
| getSuppressTrialException() | Imposta questo su true per sopprimere l’eccezione di prova per l’uso non licenziato, ma le restrizioni non saranno rimosse. |
| getSuppressed() | |
| hashCode() | |
| initCause(Throwable arg0) | |
| notify() | |
| notifyAll() | |
| printStackTrace() | |
| printStackTrace(PrintStream arg0) | |
| printStackTrace(PrintWriter arg0) | |
| setStackTrace(StackTraceElement[] arg0) | |
| setSuppressTrialException(boolean value) | Imposta questo su true per sopprimere l’eccezione di prova per l’uso non licenziato, ma le restrizioni non saranno rimosse. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
TrialException(String msg)
public TrialException(String msg)
Costruttore di TrialException
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| msg | java.lang.String |
TrialException()
public TrialException()
Costruttore di TrialException
addSuppressed(Throwable arg0)
public final synchronized void addSuppressed(Throwable arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Throwable |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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()
Imposta questo su true per sopprimere l’eccezione di prova per l’uso non licenziato, ma le restrizioni non saranno rimosse. Per rimuovere le restrizioni, si prega di utilizzare una licenza valida. Impostare questo su true significa anche che si è consapevoli delle restrizioni per l’uso non licenziato.
Returns: boolean - Imposta questo su true per sopprimere l’eccezione di prova per l’uso non licenziato, ma le restrizioni non saranno rimosse. Per rimuovere le restrizioni, si prega di utilizzare una licenza valida. Impostare questo su true significa anche che si è consapevoli delle restrizioni per l’uso non licenziato.
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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.io.PrintStream |
printStackTrace(PrintWriter arg0)
public void printStackTrace(PrintWriter arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.io.PrintWriter |
setStackTrace(StackTraceElement[] arg0)
public void setStackTrace(StackTraceElement[] arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.StackTraceElement[] |
setSuppressTrialException(boolean value)
public static void setSuppressTrialException(boolean value)
Imposta questo su true per sopprimere l’eccezione di prova per l’uso non licenziato, ma le restrizioni non saranno rimosse. Per rimuovere le restrizioni, si prega di utilizzare una licenza valida. Impostare questo su true significa anche che si è consapevoli delle restrizioni per l’uso non licenziato.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | boolean | Nuovo valore |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |