com.sas.hls.type.exception
Class TypeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.hls.common.exception.AbstractCheckedException
              extended by com.sas.hls.type.exception.TypeNotFoundException
All Implemented Interfaces:
Serializable

public class TypeNotFoundException
extends AbstractCheckedException

An exception thrown when the specified object type definition can not be found in the system.

See Also:
Serialized Form

Constructor Summary
TypeNotFoundException(String message)
          Constructs a TypeNotFoundException with the specified message.
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException
getLocalizedMessage, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

TypeNotFoundException

public TypeNotFoundException(String message)
Constructs a TypeNotFoundException with the specified message.

Parameters:
message - The detailed message.


Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA