LicenseRestrictionException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, java.lang.IllegalStateException, com.aspose.font.FontException

public class LicenseRestrictionException extends FontException

Representerar undantag som kan kastas vid försök att köra funktionalitet som är begränsad i evalueringsläge.

Konstruktörer

KonstruktorBeskrivning
LicenseRestrictionException()Initierar ett nytt FontCreationException‑objekt.
LicenseRestrictionException(String message)Initierar ett nytt FontCreationException‑objekt.
LicenseRestrictionException(String message, RuntimeException innerException)Initierar ett nytt FontCreationException‑objekt.

Metoder

MetodBeskrivning
addSuppressed(Throwable arg0)
equals(Object arg0)
fillInStackTrace()
getCause()
getClass()
getLocalizedMessage()
getMessage()
getStackTrace()
getSuppressed()
hashCode()
initCause(Throwable arg0)
notify()
notifyAll()
printStackTrace()
printStackTrace(PrintStream arg0)
printStackTrace(PrintWriter arg0)
setStackTrace(StackTraceElement[] arg0)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

LicenseRestrictionException()

public LicenseRestrictionException()

Initierar ett nytt FontCreationException‑objekt.

LicenseRestrictionException(String message)

public LicenseRestrictionException(String message)

Initierar ett nytt FontCreationException‑objekt.

Parameters:

ParameterTypBeskrivning
meddelandejava.lang.StringEtt meddelande som beskriver felet.

LicenseRestrictionException(String message, RuntimeException innerException)

public LicenseRestrictionException(String message, RuntimeException innerException)

Initierar ett nytt FontCreationException‑objekt.

Parameters:

ParameterTypBeskrivning
meddelandejava.lang.StringEtt meddelande som beskriver felet.
innerExceptionjava.lang.RuntimeExceptionUndantaget som är orsaken till det aktuella undantaget.

addSuppressed(Throwable arg0)

public final synchronized void addSuppressed(Throwable arg0)

Parameters:

ParameterTypBeskrivning
arg0java.lang.Throwable

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypBeskrivning
arg0java.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[]

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:

ParameterTypBeskrivning
arg0java.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:

ParameterTypBeskrivning
arg0java.io.PrintStream

printStackTrace(PrintWriter arg0)

public void printStackTrace(PrintWriter arg0)

Parameters:

ParameterTypBeskrivning
arg0java.io.PrintWriter

setStackTrace(StackTraceElement[] arg0)

public void setStackTrace(StackTraceElement[] arg0)

Parameters:

ParameterTypBeskrivning
arg0java.lang.StackTraceElement[]

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypBeskrivning
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeskrivning
arg0long
arg1int