
com.draagon.meta.MetaException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metaobjects-metadata Show documentation
Show all versions of metaobjects-metadata Show documentation
MetaObjects for Model-driven development - MetaData Libraries
The newest version!
package com.draagon.meta;
/**
* @deprecated Use MetaDataException
*/
public class MetaException extends MetaDataException {
public MetaException(String msg )
{
super( msg );
}
public MetaException(String msg, Throwable cause )
{
super( msg, cause );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy