PropertyValidationException Class

com.bea.ide.lang.jsp
PropertyValidationException Class

public class PropertyValidationException

    extends Exception

Class representing an exception for an invalid attribute value.


Hierarchy
Object
  Throwable
    Exception
      PropertyValidationException
All Implemented Interfaces

Serializable

Constructor Summary

PropertyValidationException(String strMessage)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PropertyValidationException

public PropertyValidationException(String strMessage)