Package com.dua3.cabe.processor
Klasse ClassFileProcessingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dua3.cabe.processor.ClassFileProcessingFailedException
- Alle implementierten Schnittstellen:
Serializable
This exception class is thrown when processing of a class file fails.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungThis exception class is thrown when processing of a class file fails.ClassFileProcessingFailedException(String message) Exception thrown when processing of a class file fails.ClassFileProcessingFailedException(String message, Throwable cause) Represents an exception that is thrown when processing of a class file fails.This exception is thrown when processing of a class file fails. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ClassFileProcessingFailedException
public ClassFileProcessingFailedException()This exception class is thrown when processing of a class file fails. -
ClassFileProcessingFailedException
Exception thrown when processing of a class file fails.- Parameter:
message- the exception message
-
ClassFileProcessingFailedException
Represents an exception that is thrown when processing of a class file fails.- Parameter:
message- the exception messagecause- the cause of the exception
-
ClassFileProcessingFailedException
This exception is thrown when processing of a class file fails.- Parameter:
cause- the cause of the exception
-