br.com.oncast.dev.lobo.eval
Class ExecutionProfilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.com.oncast.dev.lobo.eval.ExecutionProfilerException
All Implemented Interfaces:
java.io.Serializable

public class ExecutionProfilerException
extends java.lang.Exception

Exception throwed by ExecutionProfiler.

See Also:
Serialized Form

Constructor Summary
ExecutionProfilerException()
          Creates a new instance of ExecutionRunnerException.
ExecutionProfilerException(java.lang.String message)
          Creates a new instance of ExecutionRunnerException.
ExecutionProfilerException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of ExecutionRunnerException.
ExecutionProfilerException(java.lang.Throwable cause)
          Creates a new instance of ExecutionRunnerException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionProfilerException

public ExecutionProfilerException()
Creates a new instance of ExecutionRunnerException.


ExecutionProfilerException

public ExecutionProfilerException(java.lang.String message)
Creates a new instance of ExecutionRunnerException.

Parameters:
message - the message of exception.

ExecutionProfilerException

public ExecutionProfilerException(java.lang.Throwable cause)
Creates a new instance of ExecutionRunnerException.

Parameters:
cause - the cause of exception.

ExecutionProfilerException

public ExecutionProfilerException(java.lang.String message,
                                  java.lang.Throwable cause)
Creates a new instance of ExecutionRunnerException.

Parameters:
message - the message of exception.
cause - the cause of exception.