Uses of Class
com.werken.forehead.ForeheadException

Uses of ForeheadException in com.werken.forehead
 

Subclasses of ForeheadException in com.werken.forehead
 class MalformedEntryDescriptorException
          Indicates that the entry-point descriptor was malformed.
 class NoEntryDescriptorException
          Indicates a lack of an entry-point descriptor in a forehead configuration.
 class NoSuchClassLoaderException
          Indicates an error referencing a non-existant ClassLoader.
 class NoSuchEntryMethodException
          Indicates an error locating the entry-point method.
 class NoSuchPropertyException
          Indicates attempted use of an unset property.
 

Methods in com.werken.forehead that throw ForeheadException
 void Forehead.config(java.io.BufferedReader in)
          Configure from an BufferedReader.
 void Forehead.config(java.io.InputStream in)
          Configure from an InputStream.
 void Forehead.config(java.io.Reader in)
          Configure from an Reader.