Klasse ClassFileProcessingFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dua3.cabe.processor.ClassFileProcessingFailedException
Alle implementierten Schnittstellen:
Serializable

public class ClassFileProcessingFailedException extends Exception
This exception class is thrown when processing of a class file fails.
Siehe auch:
  • Konstruktordetails

    • ClassFileProcessingFailedException

      public ClassFileProcessingFailedException()
      This exception class is thrown when processing of a class file fails.
    • ClassFileProcessingFailedException

      public ClassFileProcessingFailedException(String message)
      Exception thrown when processing of a class file fails.
      Parameter:
      message - the exception message
    • ClassFileProcessingFailedException

      public ClassFileProcessingFailedException(String message, Throwable cause)
      Represents an exception that is thrown when processing of a class file fails.
      Parameter:
      message - the exception message
      cause - the cause of the exception
    • ClassFileProcessingFailedException

      public ClassFileProcessingFailedException(Throwable cause)
      This exception is thrown when processing of a class file fails.
      Parameter:
      cause - the cause of the exception