2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

public final class

HandleException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.onami.test.reflection.HandleException

Class Overview

Exception thrown by a ClassVisitor when a error occurs.

Summary

Public Constructors
HandleException(String message, Object... args)
Constructs a new HandleException with the specified detail message.
HandleException(String message, Throwable cause)
Constructs a new HandleException with the specified detail message and cause.
HandleException(Throwable cause)
Constructs a new HandleException with the specified cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HandleException (String message, Object... args)

Constructs a new HandleException with the specified detail message.

Parameters
message a format string
args arguments referenced by the format specifiers in the format string
See Also
  • String#format(String, Object...)

public HandleException (String message, Throwable cause)

Constructs a new HandleException with the specified detail message and cause.

Parameters
message detail message
cause the cause

public HandleException (Throwable cause)

Constructs a new HandleException with the specified cause.

Parameters
cause the cause