orc.error.loadtime
Class LoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by orc.error.OrcException
              extended by orc.error.loadtime.LoadingException
All Implemented Interfaces:
java.io.Serializable

public class LoadingException
extends OrcException

Exceptions generated while creating an execution graph from a portable representation, in preparation for execution.

Author:
dkitchin
See Also:
Serialized Form

Constructor Summary
LoadingException(java.lang.String message)
           
 
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

LoadingException

public LoadingException(java.lang.String message)