org.picocontainer.script
Class UnsupportedScriptTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.script.UnsupportedScriptTypeException
- All Implemented Interfaces:
- Serializable
public class UnsupportedScriptTypeException
- extends org.picocontainer.PicoException
Thrown when a given script type extension has no corresponding builder. The
message will also indicate all supported builders.
- Author:
- Michael Rimov
- See Also:
- Serialized Form
UnsupportedScriptTypeException
public UnsupportedScriptTypeException(String specifiedFileExtension,
String[] allSupportedFileExtensions)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getSystemSupportedExtensions
public String[] getSystemSupportedExtensions()
getRequestedExtension
public String getRequestedExtension()
Copyright © 2003-2010 Codehaus. All Rights Reserved.